API Help
Eplan.EplApi.HEServices Namespace / DrawingService Class / CreateDisplayList Method / CreateDisplayList(StorableObject[]) Method
Objects to be drawn.

CreateDisplayList(StorableObject[]) Method
Creates a display list for an array of StorableObjects.
Syntax
public void CreateDisplayList( 
   StorableObject[] objects
)

Parameters

objects
Objects to be drawn.
Exceptions
ExceptionDescription
Thrown in case of invalid parameters.
A null reference is passed to a parameter.
An error occurred, when creating the display list.
Remarks
A display list is a set of graphical placements to be drawn
See Also